|
|
|
|
PersistContentsEnum Enumeration |
Defines processing options when saving/loading contents using the GetContents and SetContents methods.
Syntax PersistContentsEnum Enumeration (Softelvdm.SftTabsNET)
VB |
Public Enum PersistContentsEnum |
C# |
public enum PersistContentsEnum |
C++ |
public enum class PersistContentsEnum |
Member |
Value |
Description |
None | 0 | No data is transferred. |
TabsOnly | 1 | Tab contents are saved/loaded. |
Props | 256 | All control property definitions are saved/loaded. |
All | 65535 | All definitions are saved/loaded. |
Comments
The PersistContentsEnum enumeration defines processing options when saving/loading contents using the GetContents and SetContents methods.
The values can be combined using a bitwise OR operation to specify multiple values.